CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像处理 OPenCv

搜索资源列表

  1. c1

    0下载:
  2. opencv与directshow结合,在MFC平台上显示图像并对其进行基本处理-opencv and directshow integration platform to display images in the MFC, and its basic processing
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:11235906
    • 提供者:mengyang
  1. Var

    0下载:
  2. 用OpenCV编写的求图像方差程序,可用于图像处理-Written request with the OpenCV image variance procedures, can be used for image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:198716
    • 提供者:赵乐
  1. opencvchinese

    0下载:
  2. opencv中文帮助,主要运用于图形图像处理,很实用的说-opencvchinese
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2684650
    • 提供者:hasery
  1. canny2

    0下载:
  2. opencv图像处理源代码---canny算法-opencv image processing source code--- canny algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-03-25
    • 文件大小:411086
    • 提供者:陈卓
  1. opencv

    0下载:
  2. 简单的图像处理代码,作为学习opencv的入门。-image
  3. 所属分类:Graph program

    • 发布日期:2017-05-17
    • 文件大小:4174602
    • 提供者:zengqiongfang
  1. imread

    0下载:
  2. opencv实现图像处理,显示一个图像矩阵,简单有效-opencv of image processing, display an image matrix, simple and effective
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1715014
    • 提供者:李珺
  1. Readanddisplayimagefiles

    0下载:
  2. 图像文件读入和显示 Wikipedia,自由的百科全书 来自于仕琪的讲稿《使用OpenCV进行图像处理》中的例程 目录 [隐藏] 1 C语言版本 2 函数说明 2.1 论坛常见问题 3 Python版本 [编辑]C语言版本-Read and display image files Wikipedia, the free encyclopedia Shi Qi' s speech from the " use OpenCV
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:7456
    • 提供者:
  1. opencv

    0下载:
  2. 压缩包包括以下几个功能实现的opencv源代码:canny边缘检测算法实现、高斯背景建模、背景差分法实现边缘检测、图像颜色分布直方图的相关处理、人脸识别算法的实现。-Compressed package includes the following functions to achieve the opencv source code: canny edge detection algorithm, Gaussian background modeling, background subtrac
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:6540
    • 提供者:张桦
  1. 3D

    0下载:
  2. 基于opencv和opengl编写的3D处理程序,可以通过单幅图像获得-Opencv opengl based and prepared for 3D processing program, you can get through a single image
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-01
    • 文件大小:1366
    • 提供者:vivid
  1. DistanceTransform

    0下载:
  2. 距离变换,图形图像处理中经常用到的,把一个二值图像变为灰度图像-Distance transform, Computer Graphics often used, to a binary image into a grayscale image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:216115
    • 提供者:木头
  1. PCA

    0下载:
  2. 在图像处理特别是人脸识别中经常用到PCA算法,这是基于Opencv的PCA算法。-In the image processing in particular are often used in PCA face recognition algorithm, which is based on the Opencv the PCA algorithm.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-24
    • 文件大小:904
    • 提供者:liwei
  1. PyrSementation

    0下载:
  2. vs2008环境下,opencv开发的金字塔彩色图像分割,对于理解多层次多尺度图像处理有很好的参考价值!-vs2008 environment, opencv pyramid developed color image segmentation, for understanding the multi-level multi-scale image processing is a good reference value!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4641016
    • 提供者:wwwddd
  1. ImageProcessing

    1下载:
  2. opencv+mdi实现,包含数字图像处理基本几何变换,以及fft,ifft,kmeans和形态学处理、直方图均衡化、伪彩色增强、指数增强等操作。-opencv+ mdi implementation, including basic geometric transformation of digital image processing, and fft, ifft, kmeans and morphological processing, histogram equalization, ps
  3. 所属分类:Graph program

    • 发布日期:2015-11-12
    • 文件大小:2029568
    • 提供者:liujie
  1. ransac9

    0下载:
  2. 这是一个图像处理算法。ransac是随机抽样,随机抽样一致算法RANSAC-This is an image processing algorithm. ransac is a random sampling algorithm RANSAC random sampling consensus
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:2010883
    • 提供者:tao
  1. average

    0下载:
  2. 视频监控 滑动平均算法 opencv图像处理库-Moving average algorithm for video surveillance opencv image processing library
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:6081680
    • 提供者:dh
  1. imageProcess_10.8.24

    0下载:
  2. 一个自己编写的综合图像处理平台,可以打开和现实各种格式的图片,包括了一些常用的图像处理算法,利用了opencv,主要功能提供了一个人脸图像检测和归一化的模块,用于人脸识别的前端处理,非常实用,好用,本人在不断更新和使用,吐血奉献出来给大家-I have written a comprehensive image processing platform, can open and realistic images of various formats, including some commonl
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3847631
    • 提供者:刘帅
  1. opencv6

    0下载:
  2. opencv图像处理存取矩阵和读入CVMAT-opencv image processing access matrix and read CVMAT
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:685
    • 提供者:郭攀
  1. OpenCV

    0下载:
  2. OpenCV是视频,图像操作的开发库,最近在视频处理,监控的编程中用的很广,本文全面描述OpenCV的起源,以及函数的用法-OpenCV video and image is developing, operating in video processing, monitoring recently used very programming, this paper describes the origin and OpenCV function of usage
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:260577
    • 提供者:virlhs
  1. OpenCV_china

    0下载:
  2. OpenCV是Intel公司支持的开源计算机视觉库。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,实现了图像处理和计算机视觉方面的很多通用算法-OpenCV is an open source company supports Intel computer vision library. It is lightweight and efficient- by a series of C functions and a small amount of C++ class struc
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:1699292
    • 提供者:chenns1985
  1. opencvmouse

    0下载:
  2. opencv,C++图像处理相关,包括鼠标区域选取,截图,及简单的图像加载,适用计算机视觉初学者。-opencv, C++ image processing-related, including mouse selection area, screenshots, and simple image loading, computer vision for beginners.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:827
    • 提供者:sdphw
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com